body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5tahoma, arial, \5b8b\4f53;
	font-family: "Microsoft YaHei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: couriernew, courier, monospace;
}

small {
	font-size: 12px;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #c3c3c3;
}
.pointer {
	cursor: pointer;
}
.clear {
	zoom: 1;
}
.clear:after {
	display: block;
	content: ".";
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.red {
	color: red !important;
}
.white {
	color: #fff;
}

.link_blue {
	color: #1056ae;
}
.sl1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.t_c {
	text-align: center;
}
.tright {
	text-align: right;
}
/*type=number去掉增减*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
.box-sizing {
	box-sizing: border-box;
}

.topBtn {
	background: #b9a487;
	background: -moz-linear-gradient(top, #b9a487 0%, #5f4820 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #b9a487),
		color-stop(100%, #5f4820)
	);
	background: -webkit-linear-gradient(top, #b9a487 0%, #5f4820 100%);
	background: -o-linear-gradient(top, #b9a487 0%, #5f4820 100%);
	background: -ms-linear-gradient(top, #b9a487 0%, #5f4820 100%);
	background: linear-gradient(to bottom, #b9a487 0%, #5f4820 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9a487', endColorstr='#5f4820',GradientType=0 );
	border: none;
	margin-left: 15px;
	margin-top: 20px;
	height: 30px;
	line-height: 30px;
	outline: none;
	width: 80px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	float: right;
}
.topBtn:hover {
	text-decoration: none;
	background: red;
}
.font-32 {
	font-size: 32px;
}
.font-15 {
	font-size: 15px;
}
.font-16 {
	font-size: 15px;
}
.red-font-color,
a.red-font-color {
	color: #2299f5;
}
.bold {
	font-weight: 900;
}

.text-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.min250 {
	min-height: 250px;
}
.mbt80 {
	margin-bottom: 80px;
}
.buzzButton,
.bsLiteralDiv {
	display: none !important;
}
.statistics > span {
	width: 100% !important;
}
